Namespaces

Types in FluentNHibernate.Mapping

Type JoinPart<T>

Namespace FluentNHibernate.Mapping

Parent ClasslikeMapBase<T>

Interfaces IJoinMappingProvider

Maps to the Join element in NH 2.0

Methods

Properties

Public instance methods

JoinPart<T> Catalog(string catalog)

Specify the catalog
Parameters
string catalog

Catalog

JoinPart<T> Inverse()

Inverse the ownership of this relationship

JoinPart<T> Optional()

Specify this relationship as optional

JoinPart<T> Subselect(string subselect)

Specify a subselect for fetching this join
Parameters
string subselect

Query

Public properties

Type EntityType get;

FetchTypeExpression<TParent> Fetch get;

Specify the fetching strategy

JoinPart<T> Not get;

Invert the next boolean operation